ComponentOne ASP.NET MVC Controls
HorizontalPosition Method

C1.Web.Mvc.Fluent Namespace > LineMarkerBuilder<T> Class : HorizontalPosition Method
The value.
Configurates C1.Web.Mvc.LineMarker<T>.HorizontalPosition. Sets the horizontal position of the LineMarker relative to the plot area.
Syntax
'Declaration
 
Public Function HorizontalPosition( _
   ByVal value As Nullable(Of Single) _
) As LineMarkerBuilder(Of T)
public LineMarkerBuilder<T> HorizontalPosition( 
   Nullable<float> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Its value range is (0, 1). If the value is null or undefined and @see:Interaction is set to Chart.LineMarkerInteraction.Move, the horizontal position of the marker is calculated automatically based on the pointer's position.
See Also

Reference

LineMarkerBuilder<T> Class
LineMarkerBuilder<T> Members